MonthHeader

fun MonthHeader(month: YearMonth, daysOfWeek: List<DayOfWeek>, animateScrollToMonth: suspend (YearMonth) -> Unit)

Displays a header for the month containing navigation buttons and the name of the current month.

Parameters

month

The current month to display.

daysOfWeek

List of days of the week to display in the header.

animateScrollToMonth

A function to animate scrolling to a specific month.